[v-cloak] {
    /* visibility: hidden; */
    display: none;
}

.mgl5 {
    margin-left: 5px;
}
.mgr10 {
    margin-right: 10px;
}
.mgt20 {
    margin-top: 20px;
}
.mgr20 {
    margin-right: 20px;
}
.mgb20 {
    margin-bottom: 20px;
}
.mgl60 {
    margin-left: 60px;
}
.mgr60 {
    margin-right: 60px;
}
.mgt100 {
    margin-top: 100px;
}

.cl-fff {
    color: #ffffff;
}
.fs-12 {
    font-size: 12px;
}

* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}

html {
    height: 100%;
    font-size: 14px;
    font-family: "Source Han Sans CN";
    color: #3a3939;
    cursor: default;
}

body {
    min-width: 1200px;
    background-color: #f8f8f8;
    font-family: MicrosoftYaHei;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
    color: #333;
    text-decoration: none;
}

a:visited {
    color: unset;
}

li {
    list-style: none;
}

.container {
    width: 100%;
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

a:focus {
    outline: none;
}
.flex {
    display: flex;
}
.flex-between {
    display: flex;
    justify-content: space-between;
}
.items-center {
    display: flex;
    align-items: center;
}
.flex-center {
    display: flex;
    justify-content: center;
}
.row {
    display: flex;
    white-space: nowrap;
}
.cursorPointer {
    cursor: pointer;
}

/* 顶部导航 start */
.top-bar {
    z-index: 20;
    background-color: rgba(58, 57, 57, 0.68);
    color: #ffffff;
    position: absolute;
    top: 0;
    width: 100%;
}
.top-bar-container {
    color: #ffffff;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
}
.top-bar .item {
    display: inline-flex;
    align-items: center;
}
.top-bar a {
    color: #ffffff;
}
.top-bar .item::after {
    content: "";
    height: 10px;
    background-color: #ffffff;
    width: 1px;
    right: 6px;
    margin: 0 9px;
}
.top-bar .hover:hover {
    color: rgb(0, 225, 255);
    cursor: pointer;
}
.top-bar .userinfo {
    width: 100px;
    color: #d2d2d2;
    font-size: 12px;
}
.top-bar .menu-list {
    width: 100px;
    position: absolute;
    z-index: 11;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    color: #3a3939;
    border-radius: 4px;
}
.top-bar .menu-list .each {
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    border-bottom: 1px solid #d2d2d2;
}
.top-bar .menu-list .each:hover {
    font-weight: 600;
    color: rgb(0, 225, 255);
}
.top-bar .menu-list .each:last-child {
    border-bottom: 0;
}
/* 顶部导航 end */

/* 原spk首页导航栏 start */
.my-header-container {
    background: #ffffff;
}
.my-header {
    margin-top: 32px;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.my-header .logo {
    height: 42px;
}

.my-header .input-content {
    width: 400px;
    height: 36px;
    border: 1px solid #567bff;
    border-radius: 18px;
    display: flex;
    overflow: hidden;
    padding-left: 12px;
    box-sizing: border-box;
    background-color: #ffffff;
    align-items: center;
}

.my-header input {
    flex: 1;
    border: none;
    outline: none;
    margin-right: 12px;
}

.my-header .box {
    width: 88px;
    height: 36px;
    line-height: 36px;
    background: linear-gradient(180deg, #6c9cfe 0%, #4f48ff 100%);
    border-radius: 18px;
    display: block;
}
.nav-bar {
    color: #ffffff;
    width: 100%;
    height: 40px;
    background: #188bfb;
    box-shadow: 0px 2px 4px rgba(15, 0, 161, 0.2);
}
.nav-bar .tabs {
    display: flex;
    position: relative;
}
.nav-bar .each-tab {
    width: 116px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.nav-bar .each-tab:hover,
.nav-bar .each-tab.active {
    background-color: #0075e8;
}
.nav-bar .each-tab .tip {
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    top: -32px;
    left: 50%;
    background-color: #ffad1f;
    white-space: nowrap;
    height: 20px;
    display: flex;
    align-items: center;
    padding: 2px 8px;
    border-radius: 4px;
}
.nav-bar .each-tab .tip::after {
    content: "";
    background-color: #ffad1f;
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    bottom: -4px;
    left: 8px;
    transform: rotateZ(45deg);
}
.nav-bar .img-tab {
    position: relative;
}
.nav-bar .img-tab img {
    width: 178px;
    position: absolute;
    bottom: 0;
    left: 0;
}
/* 原spk首页导航栏 end */

/* 页脚 start */
.footer {
    background-image: url(../images/bg-footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #d2d2d2;
    font-size: 12px;
}
.footer .container-footer {
    padding: 40px 0 62px;
    display: flex;
    justify-content: space-around;
}
.footer .container-footer .each-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.footer .container-footer .column-title {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 30px;
}
.footer .container-footer .item {
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    color: #d2d2d2;
}
.footer .container-footer .coming-online-soon {
    height: 16px;
    width: 48px;
    position: absolute;
    top: -6px;
    right: -50px;
}
.footer .container-footer .item.hover:hover {
    color: #00e1ff;
}
.footer .container-footer .qrcode-column {
    text-align: left;
}
.footer .container-footer .qrcode-line {
    display: flex;
}
.footer .container-footer .qrcode-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer .container-footer .qrcode-content:first-child {
    margin-right: 30px;
}
.footer .container-footer .qrcode {
    width: 88px;
    height: 88px;
    margin-bottom: 10px;
}
.footer .footer-bottom {
    text-align: center;
    /* color: #d2d2d2; */
    line-height: 24px;
    padding: 24px 0;
    border-top: 1px solid #636363;
}
.footer .footer-bottom .each-line {
    display: flex;
    justify-content: center;
    color: #d2d2d2;
}
.footer .national-emblem {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}
/* 页脚 end */

/* 悬浮栏 start */
.fix-container {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 999;
    border-radius: 5px;
    min-height: 166px;
}
.fix-container .each {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    color: #2a71ff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
    box-shadow: 2px 2px 6px 0px rgba(0, 38, 190, 0.16);
    position: relative;
}
.fix-container .each:hover {
    background-color: #2a71ff;
    color: #ffffff;
}
.fix-container .each.erweima:hover .gzh {
    display: block;
}
.fix-container .each .gzh {
    width: 156px;
    height: 150px;
    position: absolute;
    right: 50px;
    display: none;
}
.fix-container .each .icon-zaixiankefu {
    font-size: 28px;
}
.fix-container .each .icon-erweima {
    font-size: 28px;
}
.fix-container .each .icon-zhiding {
    font-size: 14px;
}
/* 悬浮栏 end */

/* 一级、二级标题 start */
.part-title {
    font-size: 30px;
    text-align: center;
    color: #3a3939;
}
.part-second-title {
    font-size: 18px;
    color: #808bac;
    margin-top: 30px;
    text-align: center;
}
/* 一级、二级标题 end*/

/* 标签后加竖线分割 start */
.after-line {
    display: flex;
    align-items: center;
}
.after-line::after {
    content: "";
    height: 10px;
    background-color: #d2d2d2;
    width: 1px;
    right: 1px;
    margin: 0 9px;
}
/* 标签后加竖线分割 end */

/* 客服 start  */
.main-contact {
    display: none !important;
}
/* 客服 end  */

/* 禁止选中文本 */
.noSelect {
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}

/* 删除数字输入框后的上下按钮 */
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}
